home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
c
/
gcc261ud-c.lha
/
gnu
/
os-include
/
proto
/
ramdrive.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-22
|
249b
|
13 lines
#ifndef PROTO_RAMDRIVE_H
#define PROTO_RAMDRIVE_H
#include <clib/ramdrive_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/ramdrive.h>
#endif
#ifndef __NOLIBBASE__
extern struct Device *RamdriveDevice;
#endif
#endif